home *** CD-ROM | disk | FTP | other *** search
- Path: news.sprintlink.net!jjcd-newsserver!news
- From: "Darrell Gallion, D260" <dgallion@cldx.com>
- Newsgroups: comp.lang.c++
- Subject: Memory leaks ??
- Date: Fri, 08 Mar 1996 18:44:11 -0500
- Organization: Johnson & Johnson Clinical Diagnostics
- Message-ID: <3140C64B.30F3@cldx.com>
- NNTP-Posting-Host: flower.cnp.cldx.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
-
- With gcc version 2.6.3 this will leak memory.
- Any thoughts ?
-
-
- #include <strstream.h>
-
- void main(void)
- {
- for(;;)
- {
- strstream str;
- }
-
- }
-
-
- Darrell Gallion
- dgallion@cldx.com
-